const github.com/andybalholm/brotli.kCompressFragmentTwoPassBlockSize
8 uses
github.com/andybalholm/brotli (current package)
compress_fragment_two_pass.go#L17: const kCompressFragmentTwoPassBlockSize uint = 1 << 17
compress_fragment_two_pass.go#L711: var block_size uint = brotli_min_size_t(input_size, kCompressFragmentTwoPassBlockSize)
encode.go#L775: if s.command_buf_ == nil || cap(s.command_buf_) < int(kCompressFragmentTwoPassBlockSize) {
encode.go#L776: s.command_buf_ = make([]uint32, kCompressFragmentTwoPassBlockSize)
encode.go#L777: s.literal_buf_ = make([]byte, kCompressFragmentTwoPassBlockSize)
encode.go#L779: s.command_buf_ = s.command_buf_[:kCompressFragmentTwoPassBlockSize]
encode.go#L780: s.literal_buf_ = s.literal_buf_[:kCompressFragmentTwoPassBlockSize]
encode.go#L980: var buf_size uint = brotli_min_size_t(kCompressFragmentTwoPassBlockSize, brotli_min_size_t(*available_in, block_size_limit))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |